home *** CD-ROM | disk | FTP | other *** search
- //
- // Xfade.
- //
- // This program makes use of the equal power crossfade
- // LFO shapes to move the signal back and forth between
- // the left and right channels.
- //
- // Bill Gardner, December, 1992.
- //
- lfo("xfade-cos", "xfade-cos.lfo", 0.1);
- lfo("xfade-sin", "xfade-sin.lfo", 0.1);
- vargain("xfade-cos",Lin,Lout);
- vargain("xfade-sin",Lin,Rout);
-